@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Fasthand&family=Fondamento:ital@0;1&family=Jersey+20+Charted&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Kdam+Thmor+Pro&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Battambang", system-ui;
    color:rgb(255, 255, 255);
    background-color: #1C1B1B;
}
.bg-black{
    background-color: #000;
}
button{
    font-family: "Battambang", system-ui;
    cursor: pointer;
}
section{
    padding-bottom: 120px;
}
header{
    width: 100%;
    height: 70px;
    z-index: 99;
    background-color: #121212;
    
}

main a{
    color: #fff;
}

.container{
    width: 1200px;
    margin: auto;
    
}

.topbar{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.logo img{
    width: 160px;
    display: flex;
    align-items: center;
}


.navbar-nav{
    display: flex;
    align-items: center;
    list-style-type: none;
}

.navbar-nav span{
    color: #595d69;
}

.navbar-nav span a:hover{
    text-decoration: none;
}

.nav-item{
    padding:0 12px;
}
.nav-link{
    text-decoration: none;
    color: #F59E0B;
    font-size: 20px;
   
    font-weight: bold;
}

.navbar-nav .active{
    color: #F59E0B;
    text-decoration: none;
    font-weight: 500;
}

.nav-item:hover .nav-link{
    color:#F59E0B;
    text-decoration: none;
}

header .btn{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    border:0;
    font-size: 18px;
    font-weight: 600;
    color: #F59E0B;
    border: 2px solid #F59E0B;
    cursor: pointer;
}

header button:hover{
    background-color: #F59E0B;
    color: #fff;
}

header .btn-sign-up{
    background-color: #F59E0B;
    color: #fff;
}

header .btn-sign-up:hover{
    background-color: #fff;
    color: #F59E0B;
}

.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}
.hero .hero-content .content{
    margin-top: 150px;
    text-align: center;
    align-items: center;
   
}
.hero .hero-content  .link {
    font-size: 20px; 
    display: flex;
    justify-content: center;
    align-items: center;

    
}

.hero .hero-content  a {
    text-decoration: none;
    color: white;
}

.hero .hero-content  .link u {
    background-color: transparent;
    color: #FEA53D;
}
.hero .hero-content  a:hover {
    color: #FEA53D;
}

.hero .hero-content  h1 {
    font-size: 40px;
    font-weight: 500;
    color: #FEA53D;
   
}

.hero .hero-content .content p {
    font-size: 20px;
    margin-top: -20px;
    margin-left: 100px;
    color: #ddd;
    
}


.section-sign-up {
    padding-top: 110px;
}
.section-login{
    padding-top: 110px;
}



.login-container {
    width: 1000px;
    margin: auto;
    
}

.row {
    display: flex;
}

.wrapper {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.col-5 {
    width: 44%;
    position: relative;
}

.col-7 {
    width: 56%;
    overflow: hidden;
}

.col-4{
    width: 33.33%;
    margin-right: 80px;
   
}
.col-3{
    width: 25%;
    

}
.col-2{
    width: 20%;
   
    
}

.welcome {
    width: 100%;
    height: 100%;
    position: relative;
    
}
.welcome img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
    position: absolute;

}
.login-content{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    padding-bottom: 40px;
    text-align: center;
   
}

p {
    text-align: center;
}

.welcome p {
    margin-top: 15px;
}

.welcome span {
    margin-top: 60px;
}

.welcome span a:hover{
    text-decoration: underline;
}

.welcome .logo-left {
    margin-bottom: 40px; 
}

.content {
    height: 50%;
    
}


.content h1 {
    font-size: 40px;
    color: #eae7e7;
    
}

.content a {
    color: #eae7e7;
}

.welcome span a {
    color: #eae7e7;
    font-size: 18px;
}

.content p {
    margin-top: 20px;
    color: #eae7e7;
    font-weight: 600;
    font-size: 19px;
}

form {
    padding: 50px 85px;
    background-color: #fff;
}

.sign-up {
    padding: 40px 60px;
}
.log-in{
    padding: 40px 60px;
}
.sign-up button{
    width: 100%;
    height: 45px;  
    font-size: 18px;
    font-weight: 500;
    border: 0;
    background-color: #F59E0B;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Battambang", system-ui;
}

form h2 {
    color: #F59E0B;
    text-align: center;
}

form .btn a:hover{
    text-decoration: none;
}

.mb-3 {
    margin-bottom: 20px;
    
}

.form-control {
    width: 100%;
    height: 50px;
    font-size: 17px;
    padding: 20px 0;
    padding-left: 12px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 600;
    color: #7c7c7c;
    outline: 0;
}

.form-control:focus {
    outline: 2px solid #F59E0B;
    border: 0;
}

.form-control::placeholder {
    color: #7c7c7c;
    font-family: "Battambang", system-ui;
    font-weight: 600;
}

.form-group-check {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.form-group-check label {
    font-size: 17px;
    color: #7c7c7c;
    font-weight: 500;
}

label.form-check-label{
    color: #7c7c7c;
}

.form-group-check a {
    color: #F59E0B;
    font-weight: 500;
    font-size: 17px;
}

form p {
    font-weight: 500;
    font-size: 17px;
    color: #7c7c7c;
}

form p a {
    color: #F59E0B;
}

.form-check {
    display: flex;
    align-items: center;
    position: relative;
}


input[type=checkbox] {
    width: 22px;
    height: 23px;
    cursor: pointer;
}

input[type=checkbox]:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    padding-bottom: 1px;
    text-align: center;
    margin-top: 3px;
    height: 20px;
    width: 20px;
    left: 0;
    background-color: #FA9E57;
    border-radius: 2px;
    border: 1px solid rgb(150 150 150 / 30%);
    cursor: pointer;
}

input[type=checkbox]:checked+label::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
    text-align: center;
}


.form-check-label {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600px;
}

.form-check-label a {
    color: #F59E0B;
    font-weight: 500;
    transition: 0.3s;
}

.form-check-label a:hover {
    color: #efb508;
    text-decoration: underline;
}

.log-in button {
    width: 100%;
    height: 45px;
    
    font-size: 18px;
    font-weight: 500;
    border: 0;
    background-color: #F59E0B;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background-color: #e6ae07;
}

form a:hover {
    text-decoration: underline;
}

.or {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.or span {
    color: #F59E0B;
}

.or .line {
    width: 30%;
    height: 1px;
    background-color: #ddd;
    border-radius: 1px;
}

.btn-icon {
    display: flex;
    justify-content: space-between;
}

.btn-icon button {
    width: 28%;
    height: 45px;
    background-color: transparent;
    border: 2px solid #F59E0B;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:auto;
}

.btn-icon button:hover {
    background-color: transparent;
    opacity: 0.9;
}

.btn-icon button i {
    font-size: 26px;
    color: silver;
}

a {
    text-decoration: none;
}

.term-and-privacy p a {
    color: #7c7c7c;
    transition: 0.3s;
}

.term-and-privacy p a:hover {
    text-decoration: none;
    color: #e6ae07;
}
/* footer  */
footer{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}
footer .logo{
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    gap: 15px;
    margin: 10px 0;
}
footer .icon i{
    width: 35px;
    height: 35px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FEA53D;
    border-radius: 10px;
    color: #000;
    background-color: #FEA53D;
    transition: 0.5s;
}
footer p{
    margin-top: 10px;
}
footer h3{
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid gray;
    font-weight: 500;
    color: #FFE193;
}
footer a{
    text-decoration: none;
}
footer a:hover i{
    transform: scale(1.04);
    color: #fff;
    background-color: #FEA53D;
}
footer hr{
    font-size: 1px;
    color: gray;
}



